home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / feedtab < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  1.5 KB  |  42 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html  xmlns:t="http://www.participatorypolitics.org/"
  3.       xmlns:i18n="http://www.participatoryculture.org/i18n">
  4. <head>
  5. </head>
  6. <body>
  7. <!-- Normal -->
  8. <div class="tab-drop-target ***this.obj.getFolder() and 'child' or ''***"
  9.     dragdesttype="***this.obj.getDragDestType()***"
  10.     dragdestdata="channel-***this.objID()***"
  11.     drageffectchannel="move"
  12.     drageffectchannelfolder="move">
  13. <div class="dnd-reorder-indicator circle" />
  14. <div class="dnd-reorder-indicator line" />
  15. <a class="feeditem draggable noselect ***this.obj.isBlinking() and 'blinking' or ''***"
  16.     dragsourcetype="***this.getDragSourceType()***"
  17.     dragsourcedata="tablist-***this.objID()***"
  18.     dragicon="channel-tnail-***this.objID()***">
  19. <div t:showIf="this.obj.showA()" class="left-bubble blue ***this.obj.showU() and 'second' or ''***">
  20.  <div class="right-bubble blue">
  21.   <div class="number-count blue" t:replace="this.obj.numAvailable()" />
  22.  </div>
  23. </div>
  24. <div t:showIf="this.obj.showU()" class="left-bubble green">
  25.  <div class="right-bubble green">
  26.   <div class="number-count green" t:replace="this.obj.numUnwatched()" />
  27.  </div>
  28.  <div href="#" class="new-video-play-button"
  29.       onclick="return playNewVideos(event, ***this.objID()***);" >
  30.      <img src="resource:images/play.png" />
  31.  </div>
  32. </div>
  33. <div t:showIf="this.obj.isUpdating()" class="feed-loading-icon" />
  34.  
  35. <img id="channel-tnail-***this.objID()***" class="icon" src="***this.obj.getTablistThumbnail()***" /><div class="name noselect" t:replace="this.obj.getTitle()" />
  36. </a>
  37. </div>
  38.  
  39. </body>
  40. </html>
  41.  
  42.